Favorite Cases
This Component allows to list your Favorite Cases.

Usage
This Component can be used by using the following HTML Tag:
<tcla-live-apps-favorite-cases></tcla-live-apps-favorite-cases>
Inputs
| Attribute | Type | Comments |
|---|---|---|
| displayType | string | |
| sandboxId | number | sandboxId - this comes from claims resolver |
| showHeader | boolean | |
| uiAppId | string | The Application ID of the UI (should ideally be unique as it is shared state key) |
Outputs
| Attribute | Type | Comments | |
|---|---|---|---|
| clickCase | EventEmitter |
||
| Event | clickCase | Case clicked | |
| Payload | CaseRoute | CaseRoute object output when case is clicked so calling component can route accordingly - ie. route to case |
full development Documentation